Class VLHOGDetectObjects.TVLHOGKnowledge
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit VLHOGDetectObjects|VLHOGDetectObjects]] | '''Unit:''' [[Unit VLHOGDetectObjects|VLHOGDetectObjects]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPPersistent|TLPPersistent]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLHOGKnowledge = '''class'''( [[Class LPComponent. | + | '''type''' TVLHOGKnowledge = '''class'''( [[Class LPComponent.TLPPersistent|TLPPersistent]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TVLHOGKnowledge : '''public''' [[Class LPComponent. | + | '''class''' TVLHOGKnowledge : '''public''' [[Class LPComponent.TLPPersistent|TLPPersistent]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTVLHOGKnowledge : '''public''' [[Class LPComponent. | + | '''class''' CTVLHOGKnowledge : '''public''' [[Class LPComponent.TLPPersistent|CTLPPersistent]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' HOGKnowledge : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 43: | Line 43: | ||
*[[Property VLHOGDetectObjects.TVLHOGKnowledge.CellSize|CellSize]] - Cell size. | *[[Property VLHOGDetectObjects.TVLHOGKnowledge.CellSize|CellSize]] - Cell size. | ||
*[[Property VLHOGDetectObjects.TVLHOGKnowledge.Descriptor|Descriptor]] - List of HOG descriptors. | *[[Property VLHOGDetectObjects.TVLHOGKnowledge.Descriptor|Descriptor]] - List of HOG descriptors. | ||
+ | |||
+ | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
+ | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLHOGDetectObjects
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TVLHOGKnowledge = class( TLPPersistent )
C++ Builder:
class TVLHOGKnowledge : public TLPPersistent
Visual C++ (MFC):
class CTVLHOGKnowledge : public CTLPPersistent
C# (.NET):
public ref class HOGKnowledge : Vcl.VclProperty
Summary
Specifies the HOG knowledge.
Description
Use this property to specify the Histogram Oriented Gradients knowledge.
Properties
Published
- WinSize - Detection window size.
- BlockSize - Block size in pixels.
- BlockStride - Block stride.
- CellSize - Cell size.
- Descriptor - List of HOG descriptors.