Is there maxima script under perl script? i'm using maxima to get geometry/coodinate during find subimage,
related to my post
viewtopic.php?f=1&t=22023
Search found 5 matches
- 2012-10-09T21:38:58-07:00
- Forum: PerlMagick
- Topic: maxima under perl script
- Replies: 1
- Views: 11814
- 2012-10-09T01:50:13-07:00
- Forum: Users
- Topic: Modify subimage with reference image
- Replies: 5
- Views: 10086
Re: Modify subimage with reference image
i write script using perl script :
###################################
# Created by : vaix #
# Created date : oct 09, 2012 #
# Usage : perl cari.pl #
###################################
$fbig = 'big';
$fsta = 'start';
$fsto = 'stop';
$fsta_red = 'start_red';
$fsto_green = 'stop_green';
$fext ...
###################################
# Created by : vaix #
# Created date : oct 09, 2012 #
# Usage : perl cari.pl #
###################################
$fbig = 'big';
$fsta = 'start';
$fsto = 'stop';
$fsta_red = 'start_red';
$fsto_green = 'stop_green';
$fext ...
- 2012-10-09T00:27:45-07:00
- Forum: Users
- Topic: Modify subimage with reference image
- Replies: 5
- Views: 10086
Re: Modify subimage with reference image
Hi Fred,
Thanks for your help. Finally i got the clue using this step:
:: convert big.png start_red.png -geometry 11x13+111+3 -composite start_red.png -geometry 11x13+303+46 -composite start_red.png -geometry 11x13+143
+86 -composite bigstart_result.png
Result :
bigstart_result.png
http ...
Thanks for your help. Finally i got the clue using this step:
:: convert big.png start_red.png -geometry 11x13+111+3 -composite start_red.png -geometry 11x13+303+46 -composite start_red.png -geometry 11x13+143
+86 -composite bigstart_result.png
Result :
bigstart_result.png
http ...
- 2012-10-08T21:21:50-07:00
- Forum: Users
- Topic: Modify subimage with reference image
- Replies: 5
- Views: 10086
Re: Modify subimage with reference image
Hi Fred/fmw42,
Thanks and apreciate for for answer and help. i have download your maxima script
Let say we work just for search start.png in big.png and replace color to red of start.png ( i dont know it 'll using change color of start.png using imagemagick function or embed/drop another image ...
Thanks and apreciate for for answer and help. i have download your maxima script
Let say we work just for search start.png in big.png and replace color to red of start.png ( i dont know it 'll using change color of start.png using imagemagick function or embed/drop another image ...
- 2012-10-08T03:14:49-07:00
- Forum: Users
- Topic: Modify subimage with reference image
- Replies: 5
- Views: 10086
Modify subimage with reference image
Hi all,
I was confuse how to edit subimage (small image) inside the big image.
i have 3 image.
big.png
http://145group.com/images/big.png
start.png
http://145group.com/images/start.png
stop.png
http://145group.com/images/stop.png
i'm using compare -metric rmse -subimage-search big.png ...
I was confuse how to edit subimage (small image) inside the big image.
i have 3 image.
big.png
http://145group.com/images/big.png
start.png
http://145group.com/images/start.png
stop.png
http://145group.com/images/stop.png
i'm using compare -metric rmse -subimage-search big.png ...