-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* camera method to return pixel of (x,y) position * put all camera pixels' kdtree into lazyproperty function * drop assumption camera_pixels[0] not at the border * Comparison pixel selection inside condition * warning added that kdtree approach only works for equal pixel sizes * created lazyproperty _all_pixel_areas_equal() * updated test_camera.py file * implemented circumference-limited kdtree + code style improvement * only convert units for single array entry * removed trailing whitespace * tests should pass now
- Loading branch information
1 parent
dfbacb8
commit 6bc409b
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters