Commit Graph

7 Commits

Author SHA1 Message Date
Doc
f2c1d04ed4 Add stepSizeX and stepSizeY properties
- Added properties stepSizeX stepSizeY to DFWINDOW
2026-01-13 23:02:18 -05:00
Doc
98b2e3352b Revert pixel search back to slower mean
- *NotBlack* functions reverted to slower np.mean, to fix edge cases with np.max
2026-01-13 22:59:30 -05:00
Doc
4c01b72b54 Improved the seeking in the grid calibration
- Make the seeking of the upper left corner more intelligent/responsive rather than hard coding "left 15 times up 15 times"
- Commented out more experimentation code
2026-01-13 10:08:15 -05:00
Doc
4e4d3fc854 Fixed variable name in map size calculation
- accidentlally used cal_right_border instead of cal_bottom_border. Always pay attention to warnings of unused variables
- commented out unused code
2026-01-13 09:57:09 -05:00
Doc
3ab553fb6d Fixes and a few additional helper functions
- corrected the return type of a few functions to int
- Add DFWINDOW.TOOLS.getImageDiff to get how diff 2 images are
- Added complimentary lastNotBlack(X/Y)
- Increase blindly chosen preset "bottom_to_ignore". Wasnt enough when full screen.
- Fixed the sign/polarity of step sizes
- First attempt at calculating the size of the map. Probably wrong. Will replace when writing the map maker
- removed cv2.Stitcher stuff. Not what I needed
- Added some test_ functions for experimenting. Ignore.
2026-01-13 09:52:09 -05:00
Doc
941eae5d57 test1 experiments. some optimizations
- added self.test1 for experimenting cleaner
- began steps to calculate map size
- optimize several functions by moving from mean to max
2026-01-13 04:07:19 -05:00
Doc
f386b154ab First (way too late) commit
Dumping my fever dream coding session into source control finally.
2026-01-12 19:15:18 -05:00