-
大小: 6.31MB文件類型: .rar金幣: 2下載: 0 次發布日期: 2023-09-24
- 語言: C#
- 標簽: harrisCorner??源代碼??c#??
資源簡介
實現了對角點檢測的算法,采用harris 角點檢測,語言為c#。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
namespace?HarrisCorner
{
????class?Correlationcs
????{
????????private?double[]?kernel;
????????public?Correlationcs(double[]?Kernel)
????????{
????????????for?(int?col?=?0;?col?????????????{
????????????????for?(int?row?=?0;?row?????????????????{
????????????????????kernel[col?row]?=?Kernel[col?row];
????????????????}
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????536952??2007-04-22?22:45??HarrisCorner\HarrisCorner\bin\Debug\1304.jpg
?????文件?????105505??2011-07-18?20:53??HarrisCorner\HarrisCorner\bin\Debug\1304imagePicture.jpg
?????文件?????122490??2011-01-15?11:59??HarrisCorner\HarrisCorner\bin\Debug\box.jpg
?????文件?????603136??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\cvextern.dll
?????文件?????253952??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.dll
?????文件??????19968??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.GPU.dll
?????文件??????62569??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.GPU.xm
?????文件??????32768??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.ML.dll
?????文件?????113345??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.ML.xm
?????文件?????126976??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.UI.dll
?????文件??????34788??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.UI.xm
?????文件????1041845??2011-02-03?13:18??HarrisCorner\HarrisCorner\bin\Debug\Emgu.CV.xm
?????文件??????32768??2011-02-03?13:14??HarrisCorner\HarrisCorner\bin\Debug\Emgu.Util.dll
?????文件??????21208??2011-02-03?13:14??HarrisCorner\HarrisCorner\bin\Debug\Emgu.Util.xm
?????文件?????506314??2011-01-16?06:17??HarrisCorner\HarrisCorner\bin\Debug\haarcascade_eye.xm
?????文件????3644763??2011-01-16?06:17??HarrisCorner\HarrisCorner\bin\Debug\haarcascade_frontalface_alt_tree.xm
?????文件???????8192??2011-07-18?20:53??HarrisCorner\HarrisCorner\bin\Debug\HarrisCorner.exe
?????文件??????19968??2011-07-18?20:53??HarrisCorner\HarrisCorner\bin\Debug\HarrisCorner.pdb
?????文件??????11600??2011-07-18?20:20??HarrisCorner\HarrisCorner\bin\Debug\HarrisCorner.vshost.exe
?????文件????????490??2010-03-17?22:39??HarrisCorner\HarrisCorner\bin\Debug\HarrisCorner.vshost.exe.manifest
?????文件??????14701??2011-07-18?20:17??HarrisCorner\HarrisCorner\bin\Debug\matrix.jpg
?????文件??????12351??2011-07-18?20:46??HarrisCorner\HarrisCorner\bin\Debug\matriximagePicture.jpg
?????文件?????419840??2011-02-03?13:16??HarrisCorner\HarrisCorner\bin\Debug\opencv_calib3d220.dll
?????文件?????452608??2011-02-03?13:17??HarrisCorner\HarrisCorner\bin\Debug\opencv_contrib220.dll
?????文件????2133504??2011-02-03?13:15??HarrisCorner\HarrisCorner\bin\Debug\opencv_core220.dll
?????文件?????815104??2011-02-03?13:17??HarrisCorner\HarrisCorner\bin\Debug\opencv_features2d220.dll
?????文件????5536768??2011-02-03?13:15??HarrisCorner\HarrisCorner\bin\Debug\opencv_ffmpeg220.dll
?????文件??????30208??2011-02-03?13:15??HarrisCorner\HarrisCorner\bin\Debug\opencv_flann220.dll
?????文件?????151552??2011-02-03?13:16??HarrisCorner\HarrisCorner\bin\Debug\opencv_gpu220.dll
?????文件?????886784??2011-02-03?13:16??HarrisCorner\HarrisCorner\bin\Debug\opencv_highgui220.dll
............此處省略69個文件信息
評論
共有 條評論