Different variants of Local binary pattern of image
I want to implement different variants of Local binary pattern of image. I am trying to find the clear description with different variants of Local binary pattern of image so that I can implement them using OpenCV. Can any one please give me the links of different variants of Local binary pattern of image.
first thing to try: write your own implementation of the variant you know, i'd say.
also: http://dismac.dii.unipg.it/hep/code/h...
https://github.com/carolinepacheco/lb...
When I am trying to run VARLBP.cpp from https://github.com/carolinepacheco/lb... in online jupyter notebook using #pragma cling add_library_path("https://github.com/...
pragma cling add_library_path("https://github.com/...
I am getting an error error: use of undeclared identifier 'cv'
ehh, you can't run c++ code in a jupyter notebook...