|
I'm currently working on writing a version of the MATLAB RegionProps function for GNU Octave . I have most of it implemented, but I'm still struggling with the implementation of a few parts. I had previously asked about the second central moments of a...
Started by BigBeagle on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you sure about the core of your raw_moments function? You might try
amount = ((x-1)
Shown below is my version of the code (I vectorized the moments functions):
my_regionprops.m function props = my_regionprops(im) cm00 = central_moments....
|
|
I'm currently working on replicating some of the functionality of Matlab's regionprops function in Octave. However, I have a bit of a hangup on a subset of the functionality. The 'Eccentricity', 'MajorAxisLength', 'MinorAxisLength' and 'Orientation' properties...
Started by BigBeagle on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Notion of moments (as in moment generating function):
Central Moments (moments about the mean):
mu_k and wrote m-files to calculate the area moment of inertia:
Mastering Mechanics using MATLAB 5 = E[(X − E[X])^k] ,....
|
|
Time for a Goodies with Gundi
Peaceful Moments or Beloved Moments Page Kit
Challenge deadline: February 14, 2012 (EST)
a posting bonus
Started by Christine on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at digitalscrapbookplace):
O , love these kits Christine! Here are two from me
Beloved Indie
PeacefulMoments .
Thanks for the link; I hadn't seen this.
Hello? Where is everybody.
|
Ask your Facebook Friends
|
Stupid Moments in the TF2 world What moments have you gotten or seen that just seem STUPID?
Started by Login on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at protf2):
Re: Stupid Moments in the TF2 world Uncloacking in front of pyros Team Fortress 2
Rank: 15
Points: 207464 Re: Stupid Moments in the TF2 world Zerg Re: Stupid Moments in the TF2 world Everyday crashes Team Fortress 2
Rank: 84
Points....
|
|
What algorithms or formulas are available for computing the equinoxes and solstices? I found one of these a few years ago and implemented it, but the precision was not great: the time of day seemed to be assumed at 00:00, 06:00, 12:00, and 18:00 UTC depending...
Started by skiphoppy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I've also found some references to a book called....
I'm not sure if this is an accurate enough solution for you, but I found a NASA website that has some code snippets for calculating the vernal equinox as well as some other astronomical-type information .
|
|
Beautiful Moments 1 or Beautiful Moments 2
Challenge deadline: August 23, (EST)
Started by Christine on
, 14 posts
by 5 people.
Answer Snippets (Read the full thread at digitalscrapbookplace):
And....
Savour the Beautiful M...
Gorgeous kit Chris, definitely using it to make my sis' wedding album! TYVM .
Here's my FIRST one....
There don't seem to be enough hours to scrap as much as I want to anymore .
Gorgeous! But I need UN-Speedy Quick Goodies.
|
|
Inspired by this post Five Goofy Moments From Classic X-Men what are goofy X-Moments that you can think of?
Answer Snippets (Read the full thread at uncannyxmen):
What no love for new.
Two moments where I just had to shake my head...utter "comics" and just move on.
|
|
So in Doctor Who we have had scary moments,silly moments,funny moments and happy moments but what about moments that makes your stomach turn?
Mine would be.
The little creatures from human fat in Partners in Crime.
The faceless people from The Idiots ...
Started by TLC1098 on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at digitalspy):
Scary moments,silly moments,funny moments and happy moments but what about moments that makes your.
|
|
Favourite Moments What is your favourite Beelzebub moment?
Started by blai on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at mangahelpers):
I loved the way that whole chapter was executed (Best series of novels, aside... .
SNAKEMAN today! Re: Favourite Moments fav moment is actually in lastRe: Favourite Moments The very first chapter.
Be the Ultimate Ninja! Play Billy Vs.
|
|
This is not an urgent nor important question, seems more like exercise.
How to run a function at a specific moment? The more precise, the better.
For instance, I have a method which says time. I want to run it on XX o'clock, XX:15:00 (and preferably, ...
Started by modosansreves on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on how efficient your checking code is you'll probably... .
I would simply sleep for a smaller interval (say 10 seconds, whatever the granularity you want is) and determine whether the next action in your queue is scheduled to be run (and run it) .
|