Merlijn Wajer
f5c9690bee
Finder: More rework and cleanups.
2011-07-07 11:59:15 +02:00
Merlijn Wajer
79021409d0
Finder: CTS 2 fix.
2011-07-06 21:34:03 +02:00
Merlijn Wajer
cda571dcb0
Finder: Remote tolerance param. Cleanups.
2011-07-06 21:06:17 +02:00
Merlijn Wajer
733a8cbf32
Finder: More fixes. :-)
2011-07-06 20:39:44 +02:00
Merlijn Wajer
e6b005b61f
Finder: CTS-rework fixes.
2011-07-06 18:34:49 +02:00
Merlijn Wajer
6f896b56a2
Finder: Start CTS rework.
2011-07-06 18:15:33 +02:00
Merlijn Wajer
cca7b05213
Add CTS 3 to FindColorsTolerance.
...
Conflicts:
Units/MMLCore/finder.pas
2011-06-16 17:03:18 +02:00
Merlijn Wajer
c837d9b960
CTS 3: Fix typo.
2011-06-16 16:33:25 +02:00
Merlijn Wajer
52db461f84
CTS 3: Now implement the formula properly.
2011-06-16 16:26:37 +02:00
Merlijn Wajer
7a0db25416
Add L*a*b CTS (3).
2011-06-16 16:26:00 +02:00
Merlijn Wajer
2e1e786d0e
FindBitmapToleranceIn now works.
2011-06-16 15:11:17 +02:00
Merlijn Wajer
58ea6021cd
CTS work. CTS 2 is still broken for bitmaps.
2011-06-16 14:26:20 +02:00
Merlijn Wajer
91d952d33a
CTS cleanups.
2011-06-16 12:52:10 +02:00
Merlijn Wajer
5bf7d8beea
Completed first CTS rework.
2011-06-13 20:38:00 +02:00
Merlijn Wajer
7a412d1670
CTS: Cleanups.
2011-06-13 20:21:23 +02:00
Merlijn Wajer
14474a84ab
CTS rework for FindColorsTolerance.
2011-06-13 18:16:59 +02:00
Merlijn Wajer
b87a123701
More cleanups to CTS.
2011-06-13 17:44:04 +02:00
Merlijn Wajer
9415d08100
Finder: Trying a different CTS approach.
2011-06-13 17:41:06 +02:00
Merlijn Wajer
c6f591dab3
Simba: Allow CTS2 for Bitmap searches.
...
Resolves 297.
2011-04-10 11:52:15 +02:00
Raymond
0b503f8c58
Added few Gaussian related functions and ConvoluteMatrix for bitmaps :-).
2011-02-06 19:54:29 +01:00
Merlijn Wajer
17ae7b08b8
MML: Add semicolon.
2010-10-06 16:51:38 +02:00
Raymond
a2b85fe786
Added MDTM.LoadFromString + MDTM.Normalize;
2010-05-20 11:12:20 +02:00
Raymond
1a936b4500
Revised DTM system.. Now DTM is an object, holding an Array of MDTM Points.
2010-05-19 16:01:01 +02:00
Raymond
84f9ee6587
Fixed bug in Arctan2, added new function ChangeDistPT and ChangeDistTPA.
2010-05-12 23:51:18 +02:00
Raymond
15024f16d7
Fixed small, but rather serious bug.
2010-04-25 18:53:33 +02:00
Raymond
e1a11367f4
Fixed #170 , fixed bug in debug image popping up everytime you call DisplayDebugImgWindow, updated rev number added 2 new functions to the OCR (GetTextATPA and GetTextAtEx). Added a new way of determing the max height/width of a font-set.
2010-04-21 17:10:40 +02:00
Raymond
544294fbe6
Merge branch 'master' of ssh://villavu.com:54367/simba
2010-04-18 23:31:30 +02:00
Raymond
77420fa172
Small typo + some var -> out params.
2010-04-18 23:26:21 +02:00
Merlijn Wajer
a6da52fbb3
Merge branch 'master' of ssh://villavu.com:54367/simba
2010-04-18 18:09:25 +02:00
Merlijn Wajer
b8a0d6b0a5
Comment
2010-04-18 18:09:23 +02:00
Raymond
a7eccb53d2
Mem leak fix
2010-04-18 17:14:19 +02:00
Merlijn Wajer
48ad089549
Merge branch 'master' of ssh://villavu.com:54367/simba
2010-04-14 00:24:09 +02:00
Merlijn Wajer
66e07cb5ae
Comment fix
2010-04-14 00:24:01 +02:00
Raymond
0b416fa05f
Left a unneeded writeln in there.
2010-04-13 20:15:59 +02:00
Raymond
dd44f6f007
Fixed small (but nasty) bug in DTM, added two functions to MufasaBitmap (rectangle + FloodFill).
2010-04-13 20:10:30 +02:00
Raymond
5ce90afbd6
Cleaned up a bit, re-arranged some DTM stuff. Speeded FindDTMsRotated up a lil bit.. (Nanosec). Added some 'const' parameters. Fixed a small bug in File saving/opening.
2010-04-03 14:05:15 +02:00
Raymond
61f3c1ce98
Added {$H+} to units where it was missing.. Should solve some string-issues! Started with cleaning up the units a bit.. Adding 'const' where needed (all of those big record structures like DTMs should require to be passed as a const.. Saves some (unneeded) memory copying).
...
Settings in extensions should work now, see test extension.
2010-04-02 17:55:54 +02:00
Merlijn Wajer
33afa26782
No need for trunk/ anymore
2010-03-12 18:10:10 +01:00
BenLand100
8d9a439d49
Moving Simba main development into trunk... to checkout main dev: http://www.villavu.com/repositories/merlijn/mufasa/trunk [folder-here]
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@434 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-20 20:14:50 +00:00
Nava2
1839f12c24
Exported Color Conversions, also added a few conversions.
...
Nothing was changed in finder, was just using code hints :|
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@424 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-18 02:47:56 +00:00
Wizzup?
7f16b864f7
Few changes.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@421 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-17 12:40:18 +00:00
Wizzup?
c387bbde93
Changes for settings.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@389 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-10 14:34:23 +00:00
Wizzup?
868c1c5d32
Removed BadPoints from TDTM because PascalScript cannot handle it.
...
Changed GoodPoints -> BadPoints.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@374 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-04 20:56:47 +00:00
Wizzup?
b2f5a9f77a
Added DTM NOT points, made DTM algorithm more dynamic.
...
Added CTS support for DTM. (May remove later if it becomes slow)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@371 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2010-01-04 19:08:06 +00:00
Wizzup?
568484d2e0
Small updates + added core for updater
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@353 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-12-31 18:17:49 +00:00
Wizzup?
ffcb20146b
Mainly warning fixes.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@344 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-12-26 15:01:19 +00:00
Wizzup?
8b13311539
Revert of 336.
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@337 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-12-25 15:40:14 +00:00
Nava2
a176b953e1
I thought I would contribute..
...
Just some small optimizations, is Ray's CTS2 comparison being fully implemented? If so, there are several procedures in finder.pas that need to be updated.
Also, the FindColorsArea, should it be done like the other finders?
I think several functions are not yet passed to PS, FindColors?
Unless the function list is not complete in its actually list.
Anyways, merry christmas to those who celebrate, and happy holidays to everyone else :)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@336 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-12-25 14:08:27 +00:00
Wizzup?
a74bd810c0
New CH
...
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@296 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-12-19 23:34:38 +00:00
Cazax
025aceb591
Added FindColoredArea and FindColoredAreaTolerance.
...
--Esta línea y las que están debajo serán ignoradas--
M Units/MMLAddon/PSInc/Wrappers/colour.inc
M Units/MMLAddon/PSInc/psexportedmethods.inc
M Units/MMLCore/finder.pas
M Projects/SAMufasaGUI/testunit.lfm
M Projects/SAMufasaGUI/project1.lpi
M Projects/SAMufasaGUI/testunit.lrs
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@285 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-12-17 17:49:44 +00:00