Skip to content

Commit

Permalink
CodedTargetExtract: fix random crash when using pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Jun 14, 2024
1 parent 69314f8 commit c52f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMVII/src/CodedTarget/cExtractTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void cAppliExtractCodeTarget::DoExtract(){
// [1.1] extract integer pixel
cIm2D<tREAL4> aImSym = ImSymmetricity(false,aIm,mRayMinCB*0.4,mRayMinCB*0.8,0); // compute fast symetry

if (1)
if (0)
{
aImSym.DIm().ToFile("TestDCT_SYMINIT_SimulTarget_test.tif");
}
Expand Down

0 comments on commit c52f873

Please sign in to comment.