-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ProxTVImage filter #182
Conversation
Clean build did not help, I get the same errors:
|
It looks like we are not percolating the list of include directories into the ITKImageProcessingServer target based on the ITK Modules that are needed. My guess is that there is some missing CMake code for the ITKImageProcessingServer target that needs to have the ITKTotalVariation module as a "target_include_directories" |
Your comment helped a lot. I needed to add |
This update just avoids syntax errors on reading the script. Trying to run this script using Python 3 causes an exception.
This gets much further on my computer:
After PR1 was merged, this compiles without issue! |
@imikejackson @thewtex this is ready for independent testing/merging! It worked with a simple 2D image on my computer. |
It might be a few days before I can get to the merge (for both this one and the one for the Superbuild). |
I am not in a hurry 🐌 😄 |
* Git on Linux really want this file to have LF line endings * Updating the filter creation script to parse with Python 3 This update just avoids syntax errors on reading the script. Trying to run this script using Python 3 causes an exception. * ENH: generate ProxTVImage filter, add it to source and test lists
This fails to compile on my computer:
Indeed, the proper include directory is missing from the list of additional include directories. I will do a new clean build to see whether that will help. BlueQuartzSoftware/DREAM3DSuperbuild#17 is a prerequisite for this.