<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>Hello Mat - Matrix使用</title>
    <link>http://halcom.cn/forum.php?mod=forumdisplay&amp;fid=100</link>
    <description>Latest 20 threads of Matrix使用</description>
    <copyright>Copyright(C) Hello Mat</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 28 Apr 2026 22:08:25 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://halcom.cn/static/image/common/logo_88_31.gif</url>
      <title>Hello Mat</title>
      <link>http://halcom.cn/</link>
    </image>
    <item>
      <title>产生二维矩阵</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=22086</link>
      <description><![CDATA[产生二维矩阵
当前也可以采用【【】，【】】来赋值：

    xx:=[[0.0114546, 0.957696, 0.513102, 12.3213, 90604.0, 1300.0, 330.0],[0.0117975, 0.957877, 0.518485, 12.0891, 81900.0, 1268.0, 380.0],[0.0114471, 0.957728, 0.513252, 12.3067, 89127.0, 1270.0, ...]]></description>
      <category>Matrix使用</category>
      <author>Halcom</author>
      <pubDate>Fri, 11 May 2018 14:03:15 +0000</pubDate>
    </item>
    <item>
      <title>图像转置操作</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=4092</link>
      <description><![CDATA[图像转置操作：
镜像--对角、行、列翻转

矩阵形式操作：]]></description>
      <category>Matrix使用</category>
      <author>Halcom</author>
      <pubDate>Mon, 11 Sep 2017 12:26:06 +0000</pubDate>
    </item>
    <item>
      <title>Matrix使用--聚宝盘</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=598</link>
      <description><![CDATA[【1】确定物体照射光的方向偏角--SVD奇异值分解
【2】特征值特征向量求解问题---和MATLAB求解不一致]]></description>
      <category>Matrix使用</category>
      <author>Halcom</author>
      <pubDate>Sat, 18 Mar 2017 04:28:23 +0000</pubDate>
    </item>
    <item>
      <title>确定物体照射光的方向偏角--SVD奇异值分解</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=363</link>
      <description><![CDATA[初始化一个圆，采用形变模型，进行在已知图形上找圆，计算缩放因子，进而拟合一个圆：具体代码如下：


确定入射光倾角：measure_light_source_orientation_from_sphere对应的函数如下：
compute_sphere_heights_and_normal_vectors函数如下：
在该函数的前两句代 ...]]></description>
      <category>Matrix使用</category>
      <author>Halcom</author>
      <pubDate>Tue, 07 Feb 2017 14:48:49 +0000</pubDate>
    </item>
    <item>
      <title>特征值特征向量求解问题---和MATLAB求解不一致</title>
      <link>http://halcom.cn/forum.php?mod=viewthread&amp;tid=204</link>
      <description><![CDATA[mixeds_cov=cov(mixedsig\');%cov为求协方差的函数
[E,D]=eig(mixeds_cov);%对图片矩阵的协方差函数进行特征值分解
Q=inv(sqrt(D))*(E)\';%Q为白化矩阵
mixeds_white=Q*mixedsig;%mixeds_white为白化后的图片矩阵
I=cov(mixeds_white\');%I应为单位阵

特别是在ICA独 ...]]></description>
      <category>Matrix使用</category>
      <author>Halcom</author>
      <pubDate>Fri, 23 Dec 2016 13:18:53 +0000</pubDate>
    </item>
  </channel>
</rss>