Fixing doc format

This commit is contained in:
esimov
2019-10-25 10:18:44 +03:00
parent fb017f2ad4
commit 44d52c7228

View File

@@ -1,4 +1,4 @@
// Package Pigo is a lightweight pure Go face detection, pupil/eyes localization and facial landmark points detection library // Package pigo is a lightweight pure Go face detection, pupil/eyes localization and facial landmark points detection library
// based on Pixel Intensity Comparison-based Object detection paper (https://arxiv.org/pdf/1305.4537.pdf). // based on Pixel Intensity Comparison-based Object detection paper (https://arxiv.org/pdf/1305.4537.pdf).
// Is platform agnostic and does not require any external dependencies and third party modules. // Is platform agnostic and does not require any external dependencies and third party modules.
@@ -54,5 +54,4 @@
// dets = classifier.ClusterDetections(dets, 0.2) // dets = classifier.ClusterDetections(dets, 0.2)
// For pupil/eyes localization and facial landmark points detection API example check the source code. // For pupil/eyes localization and facial landmark points detection API example check the source code.
package pigo package pigo