cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

et1
Adept II

RegionGrowingSegmentation post build event fix

In the 3.0-beta SDK the RegionGrowingSegmentation doesn't build because of its post build event.

Using the following worked:

copy RegionGrowingSegmentation_Kernels.cl  "$(OutDir)" /Y

copy RegionGrowingConst.hpp  "$(OutDir)" /Y

copy input.bmp  "$(OutDir)" /Y

copy seeds.txt  "$(OutDir)" /Y

0 Likes
1 Reply
dipak
Big Boss

Thanks for sharing this workaround.

Regards,

0 Likes