HomeSort by relevance Sort by last modified time
    Searched refs:PIX (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/fuzzymatch/
fuzzymatch.c 92 PIX *a = pixRead(argv[argi]);
93 PIX *b = pixRead(argv[argi + 1]);
111 PIX *delta = pixAbsDifference(a, b);
117 PIX *deltagray = pixConvertRGBToGray(delta, 0, 0, 0);
120 PIX *deltabinary = pixThresholdToBinary(deltagray, 254);
121 PIX *deltabinaryclipped;
136 PIX *hopened = pixOpenBrick(NULL, deltabinaryclipped, 3, 1);
137 PIX *vopened = pixOpenBrick(NULL, deltabinaryclipped, 1, 3);
140 PIX *opened = pixOr(NULL, hopened, vopened);
149 PIX *d1 = pixDilateBrick(NULL, opened, 7, 7)
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 102 milliseconds