Skip to content

Commit

Permalink
Minor rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
ravazquez committed Oct 5, 2024
1 parent aefe45f commit f2e9ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/Topics/Detection/HowTo Recognize Faces.vl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:p="property" xmlns:r="reflection" Id="S8WA4cZGFR0OZHpeh63aSb" LanguageVersion="2024.6.7-0143-g89582ae8a4" Version="0.128">
<Document xmlns:p="property" xmlns:r="reflection" Id="S8WA4cZGFR0OZHpeh63aSb" LanguageVersion="2024.6.7-0181-gdf16f593e1" Version="0.128">
<Patch Id="TdsnqpUZKTxMuoMDGPFpHJ">
<Canvas Id="UTJhLYLzuRbNgWcBPskgBP" DefaultCategory="Main" BordersChecked="false" CanvasType="FullCategory" />
<!--
Expand Down Expand Up @@ -278,7 +278,7 @@
<p:stringtype p:Assembly="VL.Core" p:Type="VL.Core.StringType">Comment</p:stringtype>
</p:ValueBoxSettings>
</Pad>
<Pad Id="OMTwVfox3tzQIHvWocamWY" Bounds="155,113,490,82" ShowValueBox="true" isIOBox="true" Value="OpenCV comes with 3 algorithms for the Face Recognition: Eigen, Fischer, LBPH.&#xD;&#xA;Here is an overview on how to train and use them.&#xD;&#xA;Note, the training set of images should be carefully prepared.&#xD;&#xA;For more information see OpenCV's explanations:&#xD;&#xA;&#xD;&#xA;">
<Pad Id="OMTwVfox3tzQIHvWocamWY" Bounds="155,113,490,82" ShowValueBox="true" isIOBox="true" Value="OpenCV comes with 3 algorithms for Face Recognition: Eigen, Fischer and LBPH.&#xD;&#xA;Here is an overview on how to train and use them.&#xD;&#xA;Note, the training set of images should be carefully prepared.&#xD;&#xA;For more information see OpenCV's explanations:&#xD;&#xA;&#xD;&#xA;">
<p:TypeAnnotation LastCategoryFullName="Primitive" LastDependency="VL.CoreLib.vl">
<Choice Kind="TypeFlag" Name="String" />
</p:TypeAnnotation>
Expand Down

0 comments on commit f2e9ab7

Please sign in to comment.