This page summarizes strange things that may happen to you while developping with PyCVF 0.1

Unable to find/load a module while the path is actually correct

We already developped that point, but the autoloader is sometime buggy. So when you have problem loading module, you shall always try to use the appropriate loader expression : LF, LN, DB, LS, DTP...

We remind that LF stands for “Load Force”, LN for “Load Node”, DB for “DataBase”, LS for “Load Structure”, DTP for “DataTyPe”.

Strange result using laplace

Be careful that current laplace is n dimensional and works implicitely along the last dimension of your image. If you have a RGB image..

Strange display

The image display assumes to receive an eight-bit image.