Search found 4 matches
- 2017-01-26T23:41:08-07:00
- Forum: Users
- Topic: Finding multiple subimages in large image to decrypt a secret message
- Replies: 7
- Views: 4110
Re: Finding multiple subimages in large image to decrypt a secret message
Ok, Fred... other than some very distant and limited experience with SysV a couple of decades ago, I'm mostly a linux noob. I have imagemagick 7 installed on windows, but the ubuntu version is: travelinggeek@FIERY:~$ convert -version Version: ImageMagick 6.7.7-10 2016-11-29 Q16 http://www ...
- 2017-01-26T21:38:44-07:00
- Forum: Users
- Topic: Finding multiple subimages in large image to decrypt a secret message
- Replies: 7
- Views: 4110
Re: Finding multiple subimages in large image to decrypt a secret message
Limited success on this so far. First off, I am running the Windows 10 ubuntu (beta) instead of native linux. (surprisingly easy to setup) When I run your script, I find the first subimage and then get errors on subsequent searches. Here's the command I used and the results: travelinggeek@FIERY:/mnt ...
- 2017-01-25T23:59:02-07:00
- Forum: Users
- Topic: Finding multiple subimages in large image to decrypt a secret message
- Replies: 7
- Views: 4110
Re: Finding multiple subimages in large image to decrypt a secret message
wow, that was quick. Exactly what I need. I think I could also come up do a low threshold (and maybe a morphed letter) that should hit on 100% of the characters so I can also detect where I don't have good or maybe conflicting detection. That would be perfect. I'll have to dust off my linux box and ...
- 2017-01-25T23:29:48-07:00
- Forum: Users
- Topic: Finding multiple subimages in large image to decrypt a secret message
- Replies: 7
- Views: 4110
Finding multiple subimages in large image to decrypt a secret message
I'm trying to automatically decode a Dancing Man cypher. The cypher uses pictures (of a dancing man) in place of characters. For example, here is a secret message: http://i.imgur.com/fiZPoRn.jpg This picture is an "s" http://www.dcode.fr/tools/dancing-men/images/S.png This picture is an "t" http ...