膚色檢測 Skin Detection

2021-07-26 08:51:46 字數 661 閱讀 9284

為了滿足影象處理的要求,博主寫個乙個簡單的膚色檢測演算法**,原理和方法見下面**:

//author: samylee

//contact email: [email protected]

#include "stdlib.h"

#include "stdio.h"

#include "cv.h"

#include "highgui.h"

using namespace cv;

void skinrgb(mat rgb)

principle

} }imshow("result", dst);

cv::waitkey(0);

}int main()

效果圖如下:

原始圖:

處理圖:

任何問題**

唯一qq

2258205918

(名稱samylee)!

或唯一vx:samylee_csdn

人臉膚色檢測模型

一 概述 建立模型就是在已知物件的特徵基礎上來給物件建立乙個模型,並藉此對物件實現判斷 檢測 繪製 控制等功能。人臉建模的方式很多,各有各的優缺點 膚色模型較之幾何模型來,要相對簡單,執行速度快。而在膚色模型中常用的是高斯模型。二 建模 1 高斯膚色模型 從圖 2 9 中可以看出膚色在 cr cb ...

RGB顏色空間膚色檢測

基於rgb顏色空間的簡單閾值膚色識別 在human skin color clustering for face detection一文中提出如下簡單的判別算式 r 95 and g 40 and b 20 and r g and r b and max r,g,b min r,g,b 15 and...

基於膚色高斯概率模型的人臉檢測

include include opencv2 opencv.hpp include using namespace std using namespace cv void fillhole mat src 基於漫水填充的孔洞填充 define pi 3.14156 void main 基於高斯膚色...