https://github.com/juliaimages/griddetector.jl
Detect Grids in Julia
https://github.com/juliaimages/griddetector.jl
checkerboard grid julia
Last synced: about 1 year ago
JSON representation
Detect Grids in Julia
- Host: GitHub
- URL: https://github.com/juliaimages/griddetector.jl
- Owner: JuliaImages
- License: mit
- Created: 2023-09-30T06:28:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T13:33:14.000Z (over 2 years ago)
- Last Synced: 2025-06-24T22:16:58.670Z (about 1 year ago)
- Topics: checkerboard, grid, julia
- Language: Julia
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GridDetector.jl
Detect grids in Julia
#### Checkerboard Detection using GridDetector.jl
```
using FileIO
using GridDetector
img = Gray.(load("test.jpg"))
res = process_image(img)
draw_rect(img, res, Gray(1))
save("results.png", img)
```
##### Results:
| Input image | Output Image |
| ----------- | ----------- |
|  |  |