上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 图片序列转视频 https://shotstack.io/learn/use-ffmpeg-to-convert-images-to-video/ 视频转图片序列: https://www.bannerbear.com/blog/how-to-extract-images-from-a-video- 阅读全文
posted @ 2024-02-06 09:55 达可奈特 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://blog.programster.org/ffmpeg-create-smooth-videos-with-frame-interpolation FFmpeg Doc: https://ffmpeg.org/ffmpeg-filters.html#minterpolate 阅读全文
posted @ 2024-02-06 09:51 达可奈特 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 摘录自Android官方文档 Intent 和 Intent 过滤器: https://developer.android.google.cn/guide/components/intents-filters?hl=zh-cn 安卓按钮: https://developer.android.com/ 阅读全文
posted @ 2024-01-28 12:11 达可奈特 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Android开发环境配置 Android Studio下载:https://developer.android.google.cn/studio/install?hl=zh-cn Android SDK下载 JDK for Native develop Android NDK: https://d 阅读全文
posted @ 2024-01-28 12:09 达可奈特 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 3D模型查看器: 3D查看器 (Windows自带) Blender (https://www.blender.org/download/) MeshLab (基于VCGlib) 3D模型来源: 美工建模 (fbx) 三维重建 (ply/obj) 3D-AIGC:https://www.tripo3 阅读全文
posted @ 2024-01-11 15:22 达可奈特 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 向您的项目添加 C 和 C++ 代码: https://developer.android.google.cn/studio/projects/add-native-code?hl=zh-cn com.example.myapplication.MainActivity.java /** * A n 阅读全文
posted @ 2024-01-03 09:15 达可奈特 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 一、生命周期 安卓没有main函数这一说,安卓有生命周期的概念,即处于Activity的不同生命周期状态,会进入与之对应的回调函数,执行相应的操作。 了解 Activity 生命周期: https://developer.android.google.cn/guide/components/acti 阅读全文
posted @ 2024-01-02 15:11 达可奈特 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 包含头文件:#include <string> 一、字符串常用操作 C++ string与C语言 char*之间的相互转换 str.c_str() std::string() 字符串与float/int之间的相互转换 字符串转int/float 利用std::stoi将字符串转为整型 / 转为flo 阅读全文
posted @ 2024-01-01 10:58 达可奈特 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Why C++ is faster than Python https://www.freecodecamp.org/news/python-vs-c-plus-plus-time-complexity-analysis/ Summary Table 编程语言 strongly typed ? 跨平 阅读全文
posted @ 2023-11-27 21:32 达可奈特 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Spatial-Video-Apple 图像的获取:包括Main Camera和ultra-Wide Camera 图像的处理:主要是Ultra-Wide对Main Camera相机的对齐 (FOV Cropping) 图像的显示:Stereo-HEVC编码存储 相关新闻/blog https:// 阅读全文
posted @ 2023-11-26 09:58 达可奈特 阅读(4) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页