nedhorning / RegisterPhotos

A marco for ImageJ/FIJI that co-registers near-IR and visible photo pairs
2 stars 0 forks source link

Select bounding box #3

Closed Fastie closed 12 years ago

Fastie commented 12 years ago

The new version (RegisterNIR_Vis_v0.0) gave this error on the first pair of images (the pair had successfully registered):

"Unrecognized command: Select bounding box (guess background color)"
It was a pair (CRW_2242.tif,CRW_0063.tif) that had successfully completed several times with the last version.

nedhorning commented 12 years ago

This has me puzzled. In your version of Fiji do you have Edit => Selection => Select bounding box (guess background color)? If you don't that is the problem. That command creates a bounding rectangle that excludes parts of the image where the entire line or column includes no-data/background pixels. If the Select bounding box (guess background color) option isn't available in all versions of Fiji then I can just skip that step. I will change the macro so the clipping process starts by selecting the entire image. That will be up soon.

Fastie commented 12 years ago

My Fiji does have Edit => Selection => Select bounding box, but nowhere does it say "(guess background color)"

nedhorning commented 12 years ago

Bummer - In any case the new approach (now on GitHub) should work.

It seems odd your version of Fiji doesn't have that since the "guess background color" option was released about a year ago. It's in GitHub but I prefer not to have users rely on packages that they have to install unless it's critical.