Re: Fast Image access for binarization



yes we did replace the indexing by a pointer. but it still wont give us
the speed we need. we r running the code on a 1ghz + windows 2000
machine (base test machine).

now beyond this we cant seem to get any improvement!!

is there a way to achieve binarization without accessing the whole
image? something on the lines of sub-sampling?

.



Relevant Pages

  • Re: Programming Language Productivity: The Stupidity of Programmers
    ... So indexing retains more information. ... The assertion made was "indexing retains more information" than pointer ... Neither is more amenable to compiler optimization. ...
    (comp.programming)
  • Re: strtok and strtok_r
    ... Passing in a NULL should be a NOP in my view. ... you don't want to be indexing ... the NULL pointer (for one thing, ...
    (comp.lang.c)
  • Re: 5.3: cant install openoffice 1.1 from ports
    ... >> Problem is that it wont allow me to compile openoffice properly, ... >> and i've since made clean. ... > pointer to incomplete type ...
    (freebsd-questions)
  • Re: overloading [] operator for matrix?
    ... "Dave" wrote in message ... > in matrix class: ... Can't you make the pointer point one location before the actual data? ... Don't look now but indexing isn't safe. ...
    (comp.lang.cpp)
  • Re: Address arithmetic alternatives
    ... but address arithmetic is needed extremely rarely in Ada. ... I'd think array indexing is ... Another is a C functions that reads two pointer, ... giving some more information about pointed to array ...
    (comp.lang.ada)