Error Thrown When Using -hough-lines
Posted: 2016-08-26T20:09:11-07:00
Hi all,
I put together a basic recipe to detect meteor streaks in dark sky photos. The basic commands worked fine on my Windows 7 machine but I get an error when running it on my Debian Jessie machine.
ImageMagic version: 6.8.9-9 Q16 i586
Here are the commands:
Here is the error i see from the last line:
I have tried:
Any help would be appreciated.
Thanks
-Ken
I put together a basic recipe to detect meteor streaks in dark sky photos. The basic commands worked fine on my Windows 7 machine but I get an error when running it on my Debian Jessie machine.
ImageMagic version: 6.8.9-9 Q16 i586
Here are the commands:
Code: Select all
dcraw -a -T IMG_6873.CR2
convert IMG_6873.tiff -colorspace gray -brightness-contrast -30x20 _1.bmp
convert _1.bmp -canny 0x3+10%+20% _2.bmp
convert _2.bmp -hough-lines 1x10+10 _3.bmp
Code: Select all
convert: not authorized `/tmp/magick-16735Jm0MOseWEK2x' @ error/constitute.c/ReadImage/412.
- commenting out the '@*' line in policy.xml
- using PNG files rather than BMP
- modified hough-lines options
- tried running as root
- reinstall ImageMagick
Any help would be appreciated.
Thanks
-Ken