A very useful book for control related applications and researches.
2024-08-04 17:32:19 17.42MB Control Matlab
1
使用LAB颜色空间进行阴影检测 该存储库包含该论文的python实现:Ashraful Huq Suny和Nasrin Hakim Mithila,“使用LAB色彩空间从单个图像中进行阴影检测和去除”,IJCSI 2013: ://www.ijcsi.org/papers/IJCSI 我们使用LAB颜色空间来确定航空影像中阴影上的区域,可以将其用作阴影地面真相图进行分析。
2024-07-01 18:56:02 2KB computer-vision matlab aerial-imagery
1
OpenCV 2 Computer Vision Application Programming Cookbook!最新的OpenCv的资料,区别于OpenCV1.0.这本书是最新的Opencv2.2,里面详细介绍了在linux下QT中的使用!是不可多得的好资料!!
2024-06-21 10:31:59 6.39MB OpenCV2 Linux
1
学校用的课本, Computer Networking continues with an early emphasis on application-layer paradigms and application programming interfaces (the top layer), encouraging a hands-on experience with protocols and networking concepts, before working down the protocol stack to more abstract layers. This book has become the dominant book for this course because of the authors’ reputations, the precision of explanation, the quality of the art program, and the value of their own supplements. Visit the authors’ blog for information and resources to discuss the newest edition, as well as valuable insights, teaching tips, and discussion about the field of Computer Networking http://kuroseross.com
2024-06-15 19:14:44 24.88MB Computer Network
1
计算机安全课件Computer Security: Principles and Practice
2024-06-14 09:22:36 4.51MB 计算机安全 网络安全
1
计算机安全课件Computer Security: Principles and Practice
2024-06-14 09:12:29 6.5MB 计算机安全 网络安全 ppt
1
Computer graphics technology is an amazing success story. Today, all of our PCs are capable of producing high-quality computer-generated images, mostly in the form of video games and virtual-life environments; every summer blockbuster movie includes jaw-dropping computer generated special effects. This book explains the fundamental concepts of 3D computer graphics. It introduces the basic algorithmic technology needed to produce 3D computer graphics
2024-05-30 09:59:00 6.48MB graphics OpenGL
1
PyTorch中的MeshCNN SIGGRAPH 2019 MeshCNN是用于3D三角形网格的通用深度神经网络,可用于诸如3D形状分类或分割之类的任务。 该框架包括直接应用于网格边缘的卷积,池化和解池层。 该代码由和在支持下编写。 入门 安装 克隆此仓库: git clone https://github.com/ranahanocka/MeshCNN.git cd MeshCNN 安装依赖项: 1.2版。 可选: 用于训练图。 通过新的conda环境conda env create -f environment.yml (创建一个名为meshcnn的环境) SHREC上的3D形状分类 下载数据集 bash ./scripts/shrec/get_data.sh 运行训练(如果使用conda env首先激活env,例如source activate meshcnn ) bash ./scripts/shrec/train.sh 要查看训练损失图,请在另一个终端中运行tensorboard --logdir runs并单击 。 运行测试并导出中间池网格: bas
2024-04-02 16:20:14 3.54MB machine-learning computer-graphics pytorch mesh
1
The Art of Computer Programming, Volumes 3
2024-03-13 05:45:39 45.57MB Computer Programming
1
计算机编程艺术(The Art of Computer Programming)英文版(内含三卷) 计算机科学巨匠 Donald E.Knuth (高德纳) 经典巨著 学计算机编程的应该都知道这套书 “它本来是作为参考书撰写的,但有人发现每一卷可以饶有兴致地从头读到尾。一位中国的程序员甚至把他的阅读经历比做读诗。如果你认为你确实是一个好的程序员,读一读 Knuth 的《计算机程序设计艺术》吧,要是你真的把它读通了,你就可以给我递简历了。” --Bill Gates
2024-03-12 16:01:50 6.85MB
1