Username Remember Me?
Password   forgot password?
   
   
Are arrays of mappings possible? 
Posted: 20 March 2009 12:50 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  2
Joined  2009-03-20

I am new to prtools and am using for prtools for background modelling for video surveillance. I wanted to know if one can create a two dimensional array of mappings

Kshitiz

Profile
 
 
Posted: 20 March 2009 02:56 PM   [ Ignore ]   [ # 1 ]  
Moderator
RankRankRankRank
Total Posts:  253
Joined  2008-11-08

Dear Kshitiz,

Mappings can be grouped in cell arrays using the {} brackets. PRTools supports one-dimensional cell arrays, e.g. in the map command and in the classifier combining tools, e.g. using the stacked command. You can store also 2D cell arrays and the map command may return such an array, but I am not aware of any further PRTools support of this.

I hope that this answers your question.

Bob Duin

Profile
 
 
Posted: 23 March 2009 11:52 AM   [ Ignore ]   [ # 2 ]  
Newbie
Rank
Total Posts:  2
Joined  2009-03-20

thanks a lot for prompt reply. cell arrays worked nicely and my code ran smoothly. Thanks a lot.

Profile