{"repo":"esimov/caire","free":true,"listed":false,"github":"https://github.com/esimov/caire","clone":"git clone https://github.com/esimov/caire.git","description":"Content aware image resize library","language":"Go","stars":10466,"topics":["seam-carving","image-processing","image-resize","edge-detection","golang","face-detection","computer-vision","machine-learning","content-aware-scaling","content-aware-resize"],"license":"MIT","category":"machine-learning","readme_excerpt":"Caire is a content aware image resize library based on Seam Carving for Content-Aware Image Resizing paper. How does it work An energy map (edge detection) is generated from the provided image. The algorithm tries to find the least important parts of the image taking into account the lowest energy values. Using a dynamic programming approach the algorithm will generate individual seams across the image from top to down, or from left to right (depending on the horizontal or vertical resizing) and will allocate for each seam a custom value, the least important pixels having the lowest energy cost and the most important ones having the highest cost. We traverse the image from the second row to the last row and compute the cumulative minimum energy for all possible connected seams for each entry. The minimum energy level is calculated by summing up the current pixel value with the lowest value of the neighboring pixels obtained from the previous row. We traverse the image from top to bottom and compute the minimum energy level. For each pixel in a row we compute the energy of the current pixel plus the energy of one of the three possible pixels above it. Find the lowest cost seam from the energy matrix starting from the last row and remove it. Repeat the process. The process illustrated: Original image Energy map Seams applied :--: :--: :--: Features Key features which differentiates this library from the other existing open source solutions: - [x] GUI progress indicator - [x] Cu","default_branch":null,"files":null,"tree":[],"storefront":"/r/esimov","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/esimov/caire/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}