scivision
scivision
Thanks. I'm not sure how hard it will be to add them, I will look. There have been prior requests where due to the very old, non-standard coding style of...
I am not sure offhand, I would need to check.
We are thinking of making Lowtran use a command line interface with a standalone exectuable instead of as an f2py module. This was necessary to resolve difficult problems due to...
This variable is used to initialize the compiler options for every target, every source file of that language https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_FLAGS.html I.e. this change shouldn't have any effect as those options are...
This may be a mistake on my part, I will have to look into it. Thanks!
I compared results with a couple different image pairs between 3 implementations, using [matlab/RunHornSchunck.m](https://github.com/scivision/pyoptflow/blob/main/matlab/RunHornSchunck.m). This includes Matlab Computer Vision toolbox. The plots appear similar qualitatively.
I haven't compared it against modern "single camera" techniques. Probably want to use a C implementation.
The HDF5 install wasn't completed: ```sh cmake --install C:/Users/thiel/code/NNetwork/hdf5-1.12.2/build --prefix ~/hdf5-1.12.2 ``` Then tell CMake where your HDF5 library is via: ```sh cmake -S neutral-fortran -B neural-fortran/build -DHDF5_ROOT=~/hdf5-1.12.2 --fresh cmake...
@milancurcic I could add to neural-fortran project a small script similar to h5fortran.cmake that would auto-build HDF5 if needed.
Example with Windows 11, Intel oneAPI 2022.3 (Intel Fortran version 2022.2), on latest commit of neural-fortran. ```sh > cmake -Bbuild -DHDF5_ROOT=c:/lib_intel -- buildng for: Ninja -- The C compiler identification...