libcvd icon indicating copy to clipboard operation
libcvd copied to clipboard

libcvd - efficient and easy to use C++ computer vision library.

Results 10 libcvd issues
Sort by recently updated
recently updated
newest added

Is there any way I can run this script with this Mac Big Sur? I have tried the latest XCode tools, and it seems that 32 bit applications are not...

Hello, When installing libCVD with CMake on a Linux system, the library is exported as "libCVD.a". It is currently not found by CVDConfig.cmake, which looks for a library bearing the...

when I execute**make**a problem appear with: [ 0%] Building CXX object CMakeFiles/CVD.dir/cvd_src/bayer.cxx.o In file included from /home/lzy/scene_lib/libcvd/cvd/image_ref.h:185:0, from /home/lzy/scene_lib/libcvd/cvd/image.h:17, from /home/lzy/scene_lib/libcvd/cvd/image_convert_fwd.h:4, from /home/lzy/scene_lib/libcvd/cvd/colourspace_convert.h:3, from /home/lzy/scene_lib/libcvd/cvd_src/bayer.cxx:3: /home/lzy/scene_lib/libcvd/cvd/internal/image_ref_implementation.hh: In member function ‘constexpr...

hello sir, could you help me with the File "thread.h"? thank you. my email address [email protected].

What is the Algorithm of CVD::transform() method https://github.com/edrosten/libcvd/blob/master/cvd/vision.h#L396-L476 ? Is there any theory or papers about it ?

The `convolveGaussian` function seems to have problems with `k` by `2` images. Here is the backtrace: ``` free(): invalid next size (fast): 0x0000000001253990 *** #0 0x00007ffff6d23bb9 in __GI_raise (sig=sig@entry=6) at...

Hello. I want to compile project on MacOS 10.11 with arch i386 and have several problem with linking. ##### System information (version) - Operating System / Platform => MacOS 10.11.6...

The `CVD_IMAGE_DEBUG` macro is very useful for checking out-of-bounds memory violations, but it does not work in many cases throughout the CVD library where the `img[y][x]` syntax is used. One...

C++ code compiled without optimizations can be inefficient in many ways, and on some more exotic architectures (MIPS, Alpha) this caused a build failure: https://buildd.debian.org/status/fetch.php?pkg=libcvd&arch=mips64el&ver=0.0%7Egit20221020150751.30e8cfc%2Bds1-1&stamp=1695631656&raw=0 https://buildd.debian.org/status/fetch.php?pkg=libcvd&arch=alpha&ver=0.0%7Egit20221020150751.30e8cfc%2Bds1-1&stamp=1722259419&raw=0 ``` /usr/bin/ld: /tmp/cc5JDH6b.o: .got...