Welcome![Sign In][Sign Up]
Location:
Search - reshape

Search list

[matlabMultiPlot

Description: Plot your multichannel data despite of being real or complex in Matlab. Mreshape reshapes your 3d data by your desired arrangment. Mreshape4 reshape your 4d data
Platform: | Size: 1024 | Author: B | Hits:

[OS programreshape1Darray

Description: 数组阵列变换, 变换成多维数组, 变换成多维数组, -array reshape to another array strucher array reshape to another array strucher array reshape to another array strucher
Platform: | Size: 6144 | Author: xuqiang | Hits:

[File FormatdxVideo

Description: This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Platform: | Size: 17408 | Author: marwa | Hits:

[Software EngineeringSOAreshapethesecurities

Description: SOA重塑证券企业应用架构,采用SOA方法对证券行业进行梳理-SOA reshape the securities business application architectures, using SOA methods to sort out the securities industry
Platform: | Size: 9216 | Author: midzhou | Hits:

[matlabCC

Description: 时间序列分解,时间序列重构,时间延迟的计算。-the disjiont of time series,reshape the time series,calculate the time delay.
Platform: | Size: 1024 | Author: 孙玉珍 | Hits:

[Editorkhalid_khuwaja

Description: Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = regionprops(Ilabel) Ibox = [Iprops.BoundingBox] Ibox = reshape(Ibox,[4 50]) Ic = [Iprops.Centroid] Ic = reshape(Ic,[2 50]) Ic = Ic Ic(:,3) = (mean(Ic.^2,2)).^(1/2) Ic(:,4) = 1:50 Extra lines compare to example2 to extract all the components into an cell array Ic2 = sortrows(Ic,2) for cnt = 1:5 Ic2((cnt-1)*10+1:cnt*10,:) = sortrows(Ic2((cnt-1)*10+1:cnt*10,:),4) end Ic3 = Ic2(:,1:2) ind = Ic2(:,4) for cnt = 1:50 img{cnt} = imcrop(Ibw,Ibox(:,ind(cnt))) end -Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = regionprops(Ilabel) Ibox = [Iprops.BoundingBox] Ibox = reshape(Ibox,[4 50]) Ic = [Iprops.Centroid] Ic = reshape(Ic,[2 50]) Ic = Ic Ic(:,3) = (mean(Ic.^2,2)).^(1/2) Ic(:,4) = 1:50 Extra lines compare to example2 to extract all the components into an cell array Ic2 = sortrows(Ic,2) for cnt = 1:5 Ic2((cnt-1)*10+1:cnt*10,:) = sortrows(Ic2((cnt-1)*10+1:cnt*10,:),4) end Ic3 = Ic2(:,1:2) ind = Ic2(:,4) for cnt = 1:50 img{cnt} = imcrop(Ibw,Ibox(:,ind(cnt))) end
Platform: | Size: 291840 | Author: honey | Hits:

[OpenGL programTEST2

Description: 实验一 OpenGL中的建模与变换 加注释超详细-openGL model and reshape
Platform: | Size: 41984 | Author: sunsocool | Hits:

[SCMcar

Description: 利用键盘控制汽进、后退、转弯、加速和减速;车前 制作一个弹出菜单,上面的菜单项用来控制车身和车轮的颜色以及退出程序。 定义对应于ReShape事件的回调函数,使得当用户改变窗口的大小时,显示的汽车不会变形。 -Using keyboard to control steam forward, backward, turning, acceleration and deceleration front of the car to make a pop-up menu, the menu items above to control the body and wheel colors and exit the program. Definition corresponds to the ReShape event callback function, so when the user changes the size of the window to show the car will not be deformed.
Platform: | Size: 2048 | Author: crx | Hits:

[OpenGL programCAR

Description:  缺省视图是从外面一个固定的视点观察汽车和跑道;  利用鼠标和键盘控制汽车前进、后退、转弯、加速和减速;  制作一个弹出菜单,上面的菜单项用来控制车身和车轮的颜色以及退出程序;  定义对应于ReShape事件的回调函数,使得当用户改变窗口的大小时,显示的汽车不会变形。  缺省视图是从外面一个固定的视点观察汽车和跑道;  利用鼠标和键盘控制汽车前进、后退、转弯、加速和减速;  制作一个弹出菜单,上面的菜单项用来控制车身和车轮的颜色以及退出程序;  定义对应于ReShape事件的回调函数,使得当用户改变窗口的大小时,显示的汽车不会变形。 -CAR RACING OPENGL
Platform: | Size: 3351552 | Author: 木小小 | Hits:

[Special EffectsRGB.m

Description: find Avg RGB s1=imread( 7 img blue.jpg ) vec=reshape(s1,prod(size(s1))/3,3) R1=sum(vec(:,1))/length(vec(:,1)) G1=sum(vec(:,2))/length(vec(:,2)) B1=sum(vec(:,3))/length(vec(:,3)) RGB=[R1 G1 B1]- find Avg RGB s1=imread( 7 img blue.jpg ) vec=reshape(s1,prod(size(s1))/3,3) R1=sum(vec(:,1))/length(vec(:,1)) G1=sum(vec(:,2))/length(vec(:,2)) B1=sum(vec(:,3))/length(vec(:,3)) RGB=[R1 G1 B1]
Platform: | Size: 68608 | Author: bauni | Hits:

[Special Effectsreshape

Description: 一个Matlab图像处理的程序,能够将一个破碎的图像进行拼接。-A Matlab image processing program, a broken image stitching.
Platform: | Size: 2048 | Author: 是的 | Hits:

[matlabPCA

Description: 该源码使用主成分分析对原数据点进行分析。-Reshape the data points using the principal component analysis
Platform: | Size: 1024 | Author: alan | Hits:

[OpenGL programreshape

Description: Take the 01 programs that draw longitude Sangkat as a basis. If we drag windows so the window edge is no longer a square, its square shape also changes. The following figure illustrates the situation.
Platform: | Size: 89088 | Author: thika | Hits:

[Otherhtml5-24h-training

Description: HTML5 is hot. Although the fires were initially stoked by Apple’s expressed preference for the nascent web language over embedded plug-ins, the power of HTML5 is tran- scending that discussion. HTML5 brings much-needed capabilities to web designers — capabilities that could significantly reshape the look-and-feel of the Web. -HTML5 is hot. Although the fires were initially stoked by Apple’s expressed preference for the nascent web language over embedded plug-ins, the power of HTML5 is tran- scending that discussion. HTML5 brings much-needed capabilities to web designers — capabilities that could significantly reshape the look-and-feel of the Web.
Platform: | Size: 14128128 | Author: laskena | Hits:

[GDI-BitmapQuadrilateral

Description: 这是一个基于OPENGL 3.7的一个绘制四边形的程序,采用C++6.0编译通过,程序中有基础的初始化方法以及RESHAPE方法,对初学者有一定的价值-This is based on a draw quadrilateral program OPENGL 3.7, C++6.0 compiler, a program based initialization method, and RESHAPE methods have a certain value for beginners
Platform: | Size: 910336 | Author: 阳阳 | Hits:

[Otherreshape

Description: OFDM system, almost completed.
Platform: | Size: 45056 | Author: Evgeny | Hits:

[Otherreshape

Description: OFDM system, almost completed.
Platform: | Size: 45056 | Author: Evgeny | Hits:

[matlabimage2-mean-value

Description: finding image value Mahalanobis Euclidean ,centroid and reshape the image-finding image value Mahalanobis Euclidean ,centroid and reshape the image....
Platform: | Size: 1024 | Author: dimpi | Hits:

[Energy industryThreeTable

Description: 这个文件实现了Matlab/Simulink中的三维查找表,对要用到查表的人有帮助,里面用到Reshape函数-This file implements the Matlab/Simulink in a three-dimensional look-up table for use to help people look-up table, which used Reshape function
Platform: | Size: 7168 | Author: jerry | Hits:

[Otherreshape-of-grid-adt

Description: 把分散的高度计数据文件整个成以一个变量,并保存成单个文件-Reshape the adt data
Platform: | Size: 1024 | Author: heyuxiang | Hits:
« 12 »

CodeBus www.codebus.net