- 博客(134)
- 资源 (19)
- 收藏
- 关注
原创 Windows下PCL调用pcl::removeNaNFromPointCloud时中断Invalid address specified to RtlValidateHeap
【代码】Windows下PCL调用pcl::removeNaNFromPointCloud时中断Invalid address specified to RtlValidateHeap。
2024-03-12 22:25:39
240
原创 Windows下CMake使用PCL提示全局作用域没有_open等文件读写函数
【代码】Windows下CMake使用PCL提示全局作用域没有_open等文件读写函数。
2024-03-07 20:48:48
241
原创 PCL范围框选分别获取框选范围内个点云的点
`参考链接 https://github.com/PointCloudLibrary/pcl/pull/5476`回调示例:```cppvoid AreaPickCallBack(const pcl::visualization::AreaPickingEvent& et, void* args){ // do··· // 框选范围中框选到指定点云的索引 std::vector indices = et.getPointsIndices(key.toStdString());
2023-12-07 17:42:14
266
原创 SQLITE3大量简单数据简单写测试
简单ID自增索引,平均每61.3W/s的简单写入。无索引,平均每62W/s的简单写入。平均每51W/s的简单写入。平均每62W/s的简单写入。
2023-03-18 21:53:53
839
原创 Python 罗德里格矩阵的空间坐标转换——两组公共点求所属坐标系的旋转矩阵与平移矩阵
【代码】Python 罗德里格矩阵的空间坐标转换——两组公共点求所属坐标系的旋转矩阵与平移矩阵。
2022-12-21 22:38:43
1290
1
原创 vtkOpenGLFramebufferObject (000001DCC7696900): failed at glDeleteFramebuffers 16 OpenGL errors detec
vtkOpenGLFramebufferObject (000001DCC7696900): failed at glDeleteFramebuffers 16 OpenGL errors detec
2022-09-21 15:16:02
745
原创 Spring Boot菜鸟示例——MyBatis-plus简单示例
Spring Boot菜鸟示例——MyBatis-plus最简单的示例,模仿账号密码登录
2022-07-05 23:04:37
749
原创 Spring Boot菜鸟示例——Hello World
Spring Boot菜鸟示例——Hello World,响应http请求返回hello world
2022-07-04 23:06:08
2390
原创 OpenCV提取十字标中心点的几种思路
OpenCV提取十字标中心点的几种思路:边界拟合四线交点取中、边界像素直方图取四点取中、图像自动阈值二值化拟合四直线取交点取中、图像自动阈值二值化像素直方图最大取四点取中、HSV过滤颜色掩膜细化取交点等。...
2022-06-18 03:44:46
7770
原创 C++使用librdkafka创建消费者和生产者
官方示例https://github.com/edenhill/librdkafka/blob/master/examples/rdkafka_example.cpp生产者#include <iostream>#include <string>#include <cstdlib>#include <cstdio>#include <csignal>#include <cstring>#include <libr
2022-05-18 11:32:02
6267
5
原创 Qt使用大图标工具栏、svg格式图标
关键代码#include "mainwindow.h"#include "ui_mainwindow.h"#include <QToolBar>#include <QMessageBox>class QMenuBar;class QToolBar;MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) , ui(new Ui::MainWindow){ ui->setu
2022-05-17 00:22:35
4580
原创 Java判断时分秒时间戳是否在时分秒时间段内
Java判断时分秒时间戳是否在时分秒时间段内,例如6:00:00至22:00:00,例如22:00:00至6:00:00
2022-04-23 14:21:37
1605
原创 MFC等比例放大控件与文字,等比例自适应控件位置
原文头文件定义#pragma once#include "framework.h"#include <map>#include <tuple>class CScaleWnd : public CDialogEx{public: // 标准构造函数 CScaleWnd(); CScaleWnd(UINT nIDTemplate, CWnd* pParent = NULL);protected: // 原始窗口宽高 int m_width, m_heig
2022-03-15 15:53:08
2660
1
haxm-windows_v7_6_5.zip
2021-03-23
haxm-macosx_v7_6_5.zip
2021-03-23
checktool-macosx-1.0.0.zip
2021-03-23
checktool-windows-1.0.0.zip
2021-03-23
haxm-windows_v7_6_1.zip
2020-07-24
Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
2020-06-05
ReadWriteini.zip
2020-05-08
MFC基于VLC播放器动态壁纸.zip
2020-02-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人