grabcut
There are 41 repositories under grabcut topic.
bvirxx/bLUe_PYSIDE
bLUe - A simple and comprehensive image editor featuring automatic contrast enhancement, color correction, 3D LUT creation, raw postprocessing, exposure fusion and noise reduction
Liang-yc/CalorieEstimation
This project is used for estimating calories.
louisfb01/iterative-grabcut
This algorithm uses a rectangle made by the user to identify the foreground item. Then, the user can edit to add or remove objects to the foreground. Then, it removes the background and makes it transparent.
Kazuhito00/GrabCut-Annotation-Tool
OpenCVのGrabCut()を利用したセマンティックセグメンテーション向けアノテーションツール(Annotation tool using GrabCut() of OpenCV. It can be used to create datasets for semantic segmentation.)
xiumingzhang/grabcut
A MATLAB Implementation of GrabCut (Excluding Border Matting and User Editing)
etosworld/etos-deepcut
Deep Extreme Cut http://www.vision.ee.ethz.ch/~cvlsegmentation/dextr . a tool to do automatically object segmentation from extreme points.
o0o0oo00/TestOpencv
利用OpenCV的Grabcut算法,在Android上实现抠图,只是用Java调用OpenCV函数实现的抠图
fitushar/Skin-lesion-Segmentation-using-grabcut
Skin lesion segmentation is one of the first steps towards automatic Computer-Aided Diagnosis of skin cancer. Vast variety in the appearance of the skin lesion makes this task very challenging. The contribution of this paper is to apply a power foreground extraction technique called GrabCut for automatic skin lesion segmentation in HSV color space with minimal human interaction. Preprocessing was performed for removing the outer black border. Jaccard Index was measured to evaluate the performance of the segmentation method. On average, 0.71 Jaccard Index was achieved on 1000 images from ISIC challenge 2017 Training Dataset.
guyuchao/Grabcut
My implementation of 《"GrabCut" - Interactive Foreground Extraction using Iterated Graph Cuts》
achirkin/real-salient
A GPU-only implementation of DenseCut for a RealSense camera
Kazuhito00/GrabCut-Tool
OpenCVのgrabCutを利用した2値セグメンテーション向けのアノテーションツールです
coryl/ChopShopOpenSource
An iOS image editing app. Computer vision based foreground segmentation with OpenCV and Grabcut algorithm.
ZqlwMatt/CV-project
This repo records my computer vision practice. There are 4 projects have been archived so far.
jmysu/OpenCap
OpenCV4 Capture Utility
zhongqin0820/GrabcutQt
Grabcut under qt version
Leevan001/Grab_cut
Grab的python代码复现
dsinghnegi/img_segmentation_from_classifier
Image segmentation using classifier
EatMyGoose/Typescript-GrabCut
Implementation of GrabCut in Typescript
Francis515/GrabLabel
An interactive GUI for segmentation labeling
kanishkg/ip_tool
This is an image processing toolbox that gives the functionality of selective blurring and object removal. It has a web-based GUI and can easily be used by following the instructions below. It incorporates: Selective Search based object selection Grab Cut based object selection Motion Blur Exemplar Based image inpainting TELEA image Inpaintaing
KurtPachinger/chroma-bones
Face detection. Foreground extraction via corners, faces, chroma. Contours and midpoints. 3d skinned mesh with bones. Bindable segments. Export 3d/texture/bone glTF (for 3d-print, etc...).
Saad29/GrabCut-from-video
GrabCut is an algorithm which removes the background in an image from a selected part of the image.In the OpenCV sample , the implementation works only for a single image and the area for selecting the foreground is fixed. This program allows you to select an area according to your wish from a video file or a camera feed.
shrutisingala/opencv-Image-Segmentation
OpenCV - Image Segmentation using grabcut algorithm and edge detection using canny algorithm
Akshat2430/Republic-Day-Word-Maps
This project is a fun way of celebrating India's 72nd Republic Day using Python
amanavvk/OpenCV_Projects
Algorithm practice exercises using OpenCV
Francis515/ImgCut
An interactive GUI for cutting objects from an image
LHKaay/Image-Processing
Salient Object Detection to cutout the Object in an image.
m0rl/bgcut
Interactively remove image background using OpenCV GrabCut implementation
RonMondshein/Foreground_Segmentation_Poisson_Blending
This repository will contain the implementation of both GrabCut and Poisson Blending algorithms, including code and a detailed report.
zzeitt/forGrabCut-reproduce
Reproduce GrabCut (ref paper: "GrabCut": interactive foreground extraction using iterated graph cuts).
lixu4n/Instance-Segmentation
Interactive Foreground Extraction using ROI & GrabCut Algorithm
rAum/grabcut
Grabcut implementation, which is color-based foreground-background segmentation. It's based on my 2011 uni project but rewritten and improved.