码迷,mamicode.com
首页 >  
搜索关键字:lena    ( 119个结果
vtk提取二维bmp图像某区域
#include #include #include #include #include #include #include #include #include //测试图像:../data/lena.bmp int main(int argc, char* argv[]) { vtkSmartPointerreader = vtkSmartPointer::New()...
分类:其他好文   时间:2016-05-07 09:01:07    阅读次数:145
我的Android使用openCV记录(2)
二、使用java API开发android 创建工程         (1) 打开eclipse,创建android应用工程GrayProcess;         (2) 将测试图像lena.jpg添加到资源目录res/drawable-hdpi中;         (3) 在Package Explorer中选择项目GrayProcess,单击右...
分类:移动开发   时间:2016-04-29 16:39:31    阅读次数:203
我的Android使用openCV记录(3)
三、使用 c++ API开发android,其实也就是做JNI开发: JNI——java native interface,java本地接口。可以在java类中调用jni函数,而jni函数又以C++的形式调用了openCV库。 创建工程                步骤如工程一,创建新工程GrayProcess2,将lena.jpg添加到资源文件,并按上...
分类:移动开发   时间:2016-04-29 16:35:18    阅读次数:281
高精度除法
本来想直接一个一个地减的~~~~ 太耗时了。 1 #include<iostream> 2 #include<cstring> 3 int lena,lenb,lenc,lend,lene; 4 int comp(int d[],int b[]) 5 { 6 int len; 7 if(lend>l ...
分类:其他好文   时间:2016-04-25 21:13:15    阅读次数:207
图像处理标准图像lena的故事图The Lenna Story behind image processing
The Lenna Story - www.lenna.org Imaging Experts Meet Lenna in Person Yes, it's true! Lenna attended the 50th Anniversary IS&T conference in Boston hel ...
分类:其他好文   时间:2016-04-23 14:43:34    阅读次数:327
Lena Söderberg误入学术圈
她是让无数专家为之痴迷和痛苦的研究对象,她是充斥着枯燥数学公式的论文中最吸引眼球的光芒,翻开任何一本关于计算机图像处理的教材,你都能看到她动人的微笑。她就是雷娜(Lena),她的照片是图像处理领域使用最为广泛的标准测试图。她是真人吗?她到底从何而来?事件起因一举成名计算机界知1973年的夏天,美国南加州大学信号与图像处理研究所里,年轻的助理教授亚历山大(Alexander Sawchuk)和研究员...
分类:其他好文   时间:2016-03-03 13:16:29    阅读次数:1085
计算机图形学中的经常使用模型
今天在网上搜了一下图形学里面比較经常使用的模型。认为挺有意思,把它们收集起来,总结一下。 1、Lena/Lenna 这个模型是一个美女,名字叫Lena,是1972年11月《Playboy》(国内译为:花花公子)杂志的一个插图。不知道花花公子杂志为何物的请自己去百度。 Lena是瑞典人。依据英语标准发
分类:其他好文   时间:2016-02-20 09:16:52    阅读次数:759
高精度乘法
#include<iostream> #include<cstdio> #include<cstring>using namespace std;int main(){ char a1[100],b1[100]; int a[100],b[100],c[100],lena,lenb,lenc,i,j
分类:其他好文   时间:2016-02-15 12:16:23    阅读次数:252
高精度计算练习2
高精度运算_乘法 AYYZOJ p1445 1 program p1445; 2 const 3 max=5000; 4 var 5 a,b,c:array[1..max] of word; 6 n1,n2:string; 7 lena,lenb,lenc,i,j,x:integer; 8 begi
分类:其他好文   时间:2016-02-01 23:54:19    阅读次数:351
CodeForces 616A Comparing Two Long Integers
水题#include#include#includeusing namespace std;const int maxn=1000000+10;char s1[maxn],s2[maxn];int a[maxn],b[maxn];int lena,lenb;int c;int main(){ ...
分类:其他好文   时间:2016-01-14 16:01:03    阅读次数:109
119条   上一页 1 ... 4 5 6 7 8 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!