Skip to content

Commit 6e8370a

Browse files
committed
update 2.5.1
1 parent 56f8f00 commit 6e8370a

File tree

55 files changed

+11361
-3214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+11361
-3214
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414
namespace OpenCVForUnityExample
1515
{
1616
/// <summary>
17-
/// Hand Pose Estimation Example
17+
/// Count Fingers Example
18+
/// The techniques used are color segmentation using HSV color space to find the hand contour, and convex hull and convex defect algorithms to count the number of fingers.
1819
/// Referring to https://www.youtube.com/watch?v=KuGpOxOcpds.
1920
/// </summary>
2021
[RequireComponent(typeof(WebCamTextureToMatHelper))]
21-
public class HandPoseEstimationExample : MonoBehaviour
22+
public class CountFingersExample : MonoBehaviour
2223
{
2324
/// <summary>
2425
/// The number of fingers text.

Assets/OpenCVForUnity/Examples/MainModules/dnn/OpenPoseExample.meta renamed to Assets/OpenCVForUnity/Examples/ContribModules/bgsegm.meta

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)