Skip to content

Rust Experiment in cropping circles and changing colors in images

Notifications You must be signed in to change notification settings

whatnick/crop_circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crop-Circle - Not the alien made kind

  • Pick up an image via a public URL / S3 bucket key
  • Handle images in both .jpg and .png format
  • Crop image to the largest circle detected via OpenCV Hough Transform
  • In true Crop-Circle fashion replace any green pixels with transparency
  • Save image back to S3 bucket specified in config with _crop.png suffix
  • Run entire pipeline in serverless mode in Azure / AWS
  • Able to run in CLI mode with string argument for S3 bucket key

About

Rust Experiment in cropping circles and changing colors in images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages