资源简介
fast 源代码可以直接应用于图像拼接
代码片段和文件信息
/* Automatically generated code
force_first_question=0
corner_pointers=2
*/
#include
#include “fast.h“
xy* fast_corner_detect_10(const byte* im int xsize int ysize int barrier int* num)
{
int boundary = 3 y cb c_b;
const byte *line_max *line_min;
int rsize=512 total=0;
xy *ret = (xy*)malloc(rsize*sizeof(xy));
const byte* cache_0;
const byte* cache_1;
const byte* cache_2;
int pixel[16];
pixel[0] = 0 + 3 * xsize;
pixel[1] = 1 + 3 * xsize;
pixel[2] = 2 + 2 * xsize;
pixel[3] = 3 + 1 * xsize;
pixel[4] = 3 + 0 * xsize;
pixel[5] = 3 + -1 * xsize;
pixel[6] = 2 + -2 * xsize;
pixel[7] = 1 + -3 * xsize;
pixel[8] = 0 + -3 * xsize;
pixel[9] = -1 + -3 * xsize;
pixel[10] = -2 + -2 * xsize;
pixel[11] = -3 + -1 * xsize;
pixel[12] = -3 + 0 * xsize;
pixel[13] = -3 + 1 * xsize;
pixel[14] = -2 + 2 * xsize;
pixel[15] = -1 + 3 * xsize;
for(y = boundary ; y < ysize - boundary; y++)
{
cache_0 = im + boundary + y*xsize;
line_min = cache_0 - boundary;
line_max = im + xsize - boundary + y * xsize;
cache_1 = cache_0 + pixel[9];
cache_2 = cache_0 + pixel[3];
for(; cache_0 < line_max;cache_0++ cache_1++ cache_2++)
{
cb = *cache_0 + barrier;
c_b = *cache_0 - barrier;
if(*cache_1 > cb)
if(*(cache_0 + pixel[2]) > cb)
if(*(cache_0+3) > cb)
if(*(cache_0 + pixel[6]) > cb)
if(*(cache_0 + pixel[0]) > cb)
if(*cache_2 > cb)
if(*(cache_0 + pixel[5]) > cb)
if(*(cache_1+2) > cb)
if(*(cache_0 + pixel[1]) > cb)
if(*(cache_1+1) > cb)
goto success;
else if(*(cache_1+1) < c_b)
continue;
else
if(*(cache_0 + pixel[14]) > cb)
if(*(cache_0 + pixel[15]) > cb)
goto success;
else
continue;
else
continue;
else if(*(cache_0 + pixel[1]) < c_b)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2008-11-28 16:28 fast-C-src-1.2\
文件 91221 2008-11-28 16:27 fast-C-src-1.2\fast_12.c
文件 159501 2008-11-28 16:27 fast-C-src-1.2\fast_9.c
文件 97083 2008-11-28 16:27 fast-C-src-1.2\fast_11.c
文件 594 2008-11-28 16:27 fast-C-src-1.2\fast.h
文件 1506 2008-11-28 16:27 fast-C-src-1.2\LICENSE
文件 8449 2008-11-28 16:27 fast-C-src-1.2\nonmax.c
文件 125231 2008-11-28 16:27 fast-C-src-1.2\fast_10.c
文件 1212 2008-11-28 16:27 fast-C-src-1.2\README
- 上一篇:CBIR程序的说明文档
- 下一篇:钢琴每个键的音效
相关资源
- 基于TensorFlow的Faster_R-CNN源码
- 第四套:FastDFS 分布式文件系统集群与
- 2D Fast Marching Computations
- Faster RCNN pytroch代码
- fast marching method
- Faster-RCNN 代码
- FastICA_2.5.zip
- 用Delphi 2007编写的fastreport Demo
- UltraFast 设计方法 快捷参考指南 (U
- 氨基酸符号序列转换为FASTA格式的蛋白
- 一个简单的delphi fastreport打印
- FastDFS配置文件详解
- VGGnet_fast_rcnn_iter_70000.ckpt133563
- fastdfs_client.zip
- FastDFS的Go客户端fdfs_client.zip
- 尺度FAST结合改进LBP的特征匹配方法
- adb工具完整版带fastboot驱动
- fastdfs-nginx-module-master
- faster_rcnn-master 直接运行即可,重新编
- faster rcnn(TFFRCNN)使用的参数权值和
- FastDFS单机版图片服务器17年淘淘商城
- ADMtek AN983 FastNIC Ethernet Adapter Win7驱动
- fastreport6_3_6_all_ent_Key
- springmvc4+spring4+hibernate5.1.3+二级缓存
- fast-Newman算法
- 代码FastRcnn
- FastReport中文包
- fastdfs-5.05.tar.gz
- System.Windows.Forms.DataVisualization.dll 3
- Faster-Rcnn-TF预训练模型
评论
共有 条评论