自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 资源 (13)
  • 收藏
  • 关注

原创 Qt中绘制曲线

qt中曲线绘制

2018-03-30 09:47:47 10288 1

原创 .pro中INCLUDEPATH和LIBS的使用

qt creator中.pro使用QT += core gui#引入c++11CONFIG += C++11#引入头文件的路径INCLUDEPATH += D:\opencv\opencv3.2\configure\install\include#引入库的路径并添加库#LIBS += -LD:\\opencv\\opencv3.2\\configure\\instal...

2018-03-29 18:25:52 5672

翻译 VTK三维中判断线段与多边形面的交点

Compute the intersection of a line segment with a polygon. demo地址:https://lorensen.github.io/VTKExamples/site/Cxx/GeometricObjects/PolygonIntersection/ 关键代码: // Create a square in the XY plane...

2018-03-09 10:08:32 1307

翻译 VTK中获取随机数

1.This is the preferred way to generate random numbers. demo地址:https://lorensen.github.io/VTKExamples/site/Cxx/SimpleOperations/RandomSequence/ 关键代码: //Create a random sequence generator. vtkSm...

2018-03-09 09:54:51 313

翻译 VTK 高通滤波+低通滤波

51CTO地址: 低通滤波:http://book.51cto.com/art/201504/474134.htm 高通滤波:http://book.51cto.com/art/201504/474135.htmdemo地址: 高通滤波: 1。https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageIdealHighPas...

2018-03-01 16:52:37 312

翻译 vtk中快速傅里叶变换

51CTO详解:http://book.51cto.com/art/201504/474132.htm快速傅里叶变换demo地址: https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageFFT/ 逆变换demo地址: https://lorensen.github.io/VTKExamples/site/Cxx/Image...

2018-03-01 16:40:43 212

翻译 均值滤波+高斯平滑+中值滤波+各向异性滤波

51CTO详解: 均值滤波:http://book.51cto.com/art/201504/474128.htm 高斯平滑:http://book.51cto.com/art/201504/474129.htm 中值滤波:http://book.51cto.com/art/201504/474130.htm 各向异性滤波:http://book.51cto.com/art/201504/...

2018-03-01 16:08:08 1057

翻译 vtk中拉普拉斯算子

51CTO详解:http://book.51cto.com/art/201504/474127.htmdemo地址:https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageLaplacian/关键代码: vtkSmartPointer<vtkImageLaplacian> laplacianFilter ...

2018-03-01 15:31:03 341 1

翻译 vtk中Canny 算子--边缘检测

51CTO详解:http://book.51cto.com/art/201504/474125.htmdemo地址: https://lorensen.github.io/VTKExamples/site/Cxx/Images/CannyEdgeDetector/效果图:

2018-03-01 15:22:48 555

翻译 vtk梯度算子--边缘检测

51CTO详解:http://book.51cto.com/art/201504/474123.htm1.vtkImageGradientMagnitude提取边缘 https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageGradientMagnitude/ 关键代码: vtkSmartPointer<vtkI...

2018-03-01 14:32:20 411

翻译 vtk中图像二值化

1.51CTO详解:http://book.51cto.com/art/201504/474122.htm2.demo地址: https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageThreshold/关键代码: vtkSmartPointer<vtkImageThreshold> imageThres...

2018-03-01 11:19:28 584

翻译 vtk中进行图像重采样

1.51CTO讲解: http://book.51cto.com/art/201504/474119.htm 2.升采样demo: https://lorensen.github.io/VTKExamples/site/Cxx/Images/ImageMagnify/ 关键代码: // Increase the dimensions of the image vtkSmart...

2018-03-01 10:48:49 1057

nsis使用说明和img print的源码

nsis使用说明和img print的源码

2024-01-04

通过一些脊柱dicom生成的一些drr图像,只有脊柱椎段

通过一些脊柱dicom生成的一些drr图像,只有脊柱椎段

2023-12-28

整理了一个全脊柱的CT数据

一个包含全脊柱的CT数据用于测试

2023-08-28

整理了一些头部的梳理,里面包含生成的3D图

整理了几组头部的数据方便测试用

2023-08-28

整理了一下找的图像畸变校正的库及文章

整理了一下找的图像畸变校正的库及文章

2023-08-07

qstylesheet学习 整理

一些常用控件的stylesheet使用整理

2023-04-19

一些常用的ply文件

常用的几个ply文件,包含Armadillo、bunny、horse、shark。 常用的几个ply文件,包含Armadillo、bunny、horse、shark。

2020-10-21

zlib源码及编译好的库.zip

zlib1.2.11源码及用qt5.3(mingw4.8.2)编译好的库,debug版本的

2019-10-29

qt中绘制曲线

在qt中绘制过指定点集的曲线 功能:1.过指定点集 2.绘制曲线 可能问题:曲线不够平滑

2018-12-11

vtk中三视图显示

显示四视图,没有体绘制,只有体切片显示 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

2018-07-02

labelshowope

实现将图像显示到label上, 通过对label进行操作实现图像的旋转

2018-07-02

freeglut3.0.0

使用mingw4.9.2编译的freeglut3.0.0的库,在qt creator中使用详见教程 https://blog.csdn.net/yuxing55555/article/details/80747601

2018-06-20

vtk三个方向切片展示

实现vtk三个方向的切片 颜色展示有些问题,可不用设置vtkImageMapToColors的SetLookupTable则展示为灰度

2018-04-20

CGAL 计算几何算法库

CGAL 计算几何算法库安装文件 徐如demo样式,请留言邮箱,看到了发

2018-03-01

shp文件包含行政区划

行政区划的shp文件

2017-09-16

openlayers v4.1.1下载

openlayers v4.1.1下载

2017-07-03

openlayers v4.2.0下载

openlayers v4.2.0下载

2017-07-03

Cesium 1.34下载

Cesium-1.34下载

2017-07-03

float和16进制之间的转换

float和16进制之间的转换代码

2016-04-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除