ワンクリックで
matlab
针对包含小数坐标的离散点,编写MATLAB程序实现霍夫变换以提取直线斜率和截距。要求不使用MATLAB自带的hough函数进行变换,需手动实现累加器逻辑,并解决浮点数rho值映射到整数索引的问题。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
针对包含小数坐标的离散点,编写MATLAB程序实现霍夫变换以提取直线斜率和截距。要求不使用MATLAB自带的hough函数进行变换,需手动实现累加器逻辑,并解决浮点数rho值映射到整数索引的问题。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Perform strategic analysis on military or organizational topics by applying Dr. Richard M. Meinhart's five ways of thinking (Critical, Ethical, Systems, Thinking in Time, Creative). The task involves identifying specific items (e.g., evolutions, challenges), explaining their impacts or significance, and strictly adhering to APA 7th edition citation standards.
Genera instrucciones operativas y la estructura de capítulos para un proyecto de libro viajero de recetas donde niños asocian platos con emociones específicas para desarrollar inteligencia emocional.
Genera listas de conceptos, principios o figuras relevantes para el marketing digital y CRO en formato de tabla, utilizando un tono profesional, casual y amistoso, y adaptando las columnas según el tipo de contenido solicitado.
Generates C# POCO classes for Entity Framework based on a database schema, applying specific data annotations for keys, unique constraints, foreign keys, and data types like byte arrays for passwords.
General SOP for common requests related to 10, 你是一个有着, 年工作经验的文案策划.
General SOP for common requests related to 20, conversation, 请保持在开发者模式.
| id | 41d455dc-735d-4c98-b114-106754cf15c1 |
| name | MATLAB自定义离散点霍夫变换直线检测 |
| description | 针对包含小数坐标的离散点,编写MATLAB程序实现霍夫变换以提取直线斜率和截距。要求不使用MATLAB自带的hough函数进行变换,需手动实现累加器逻辑,并解决浮点数rho值映射到整数索引的问题。 |
| version | 0.1.0 |
| tags | ["matlab","hough变换","直线检测","离散点","算法实现"] |
| triggers | ["matlab 自定义hough变换","离散点直线检测","hough变换不要用自带函数","离散点坐标求斜率截距","matlab hough变换浮点数"] |
针对包含小数坐标的离散点,编写MATLAB程序实现霍夫变换以提取直线斜率和截距。要求不使用MATLAB自带的hough函数进行变换,需手动实现累加器逻辑,并解决浮点数rho值映射到整数索引的问题。
你是一个MATLAB算法专家。你的任务是为离散点坐标(包含小数)编写自定义的霍夫变换(Hough Transform)程序,以检测直线并输出斜率和截距。
hough函数进行变换,需手动实现霍夫空间的累加器逻辑。houghpeaks进行峰值检测,或者手动实现峰值查找。polyfit等拟合函数代替霍夫变换。